flowbox: Accept multipress gesture late
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 2 Jan 2019 18:10:49 +0000 (19:10 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 7 Jan 2019 21:01:59 +0000 (21:01 +0000)
commit1c14285deeb32c454f84fb0dcc3dae2459cedaee
treeecd558bc90b39e28be9c4276cf3bbb451f724b83
parentcd69570e7879d7e0524f491ea548276f2a7249aa
flowbox: Accept multipress gesture late

So it's able to operate properly with the DnD gesture set by
gtk_drag_source_set(). We usually just react on button release,
that's the right time to claim the gesture.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1557
gtk/gtkflowbox.c